home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000288_fdc@watsun.cc.columbia.edu_Fri Jul 27 10:23:38 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  70 lines

  1. Article: 12638 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!fdc
  3. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: HELP!  kermit * modem keeps dropping from panix.com (in NYC)
  6. Date: 27 Jul 2001 14:23:29 GMT
  7. Organization: Columbia University
  8. Lines: 53
  9. Message-ID: <9jrth1$ka$1@newsmaster.cc.columbia.edu>
  10. References: <9jr3bp$sta$1@panix2.panix.com> <9jrk4k$nlr$1@newsmaster.cc.columbia.edu>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 996243809 650 128.59.39.2 (27 Jul 2001 14:23:29 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 27 Jul 2001 14:23:29 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12638
  16.  
  17. In article <9jrk4k$nlr$1@newsmaster.cc.columbia.edu>,
  18. Jeffrey Altman <jaltman@watsun.cc.columbia.edu> wrote:
  19. : I would say that 99% of users these days use PPP connections
  20. : when they dial into a Unix host.  Even when they simply want
  21. : shell access.  Use PPP first, and then telnet to the host.
  22. : Since you do not describe the circumstances under which you
  23. : are losing the connection, I cannot comment further.
  24. I think the attraction of Panix is that it is one of the few
  25. places that still offers direct dialin shell accounts.
  26.  
  27. : In article <9jr3bp$sta$1@panix2.panix.com>,
  28. : David Combs <dkcombs@panix.com> wrote:
  29. : : ...
  30. : : Nonetheless, I'm still getting knocked off all the time.
  31. :
  32. This is either because you have been exceeding some kind of 
  33. idle limit on the Panix end, or because of bad connections,
  34. perhaps exacerbated by modem incompatibilities.
  35.  
  36. : : Question: do you happen to have access to a SUN?
  37. :
  38. Yes, we have have Suns.  And we discovered some months ago that
  39. C-Kermit did not handle hardware flow control properly in
  40. recent Solaris versions (I'm not sure exactly where the cutoff
  41. is, but it appears that Solaris changed its hardware flow
  42. control API somewhere after 2.1 and before 2.6).  This would
  43. not necessarily explain disconnections, but in any case you
  44. should be using the most recent C-Kermit 7.0 Beta, which has
  45. been thoroughly checked out on Solaris dialup connections:
  46.  
  47.   http://www.columbia.edu/kermit/ck80.html
  48.  
  49. If that makes no difference then, assuming the problem is not
  50. idle time, the next place to look is your modem.  After your
  51. connection is dropped, do this:
  52.  
  53.   C-Kermit> set carrier-watch off
  54.   C-Kermit> connect
  55.  
  56. and now type the modem's command to display statistics about
  57. its most recent connection.  The command depends on the make
  58. and model of the modem, but is usually ATIn, where n is a
  59. digit, like '6'.  The better modems will give you counts of
  60. block errors, retrains, and so forth, and will even list the
  61. disconnection reason.  If it's "host hung up" or "remote
  62. disconnect", the problem is on the Panix end.  It might even
  63. be some kind of weird interaction of your modem and theirs,
  64. and maybe the problem would vanish if you tried a different
  65. kind of modem.
  66.  
  67. - Frank
  68.